UNPKG

mongoku

Version:

[![CI](https://github.com/huggingface/Mongoku/actions/workflows/ci.yml/badge.svg)](https://github.com/huggingface/Mongoku/actions/workflows/ci.yml)

10 lines (9 loc) 245 B
export const load = async (event) => { return { collection: event.params.collection, breadcrumbs: [ ...(await event.parent()).breadcrumbs, { label: event.params.collection, path: `/${event.params.collection}/documents` }, ], }; };